home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / sandwichstacker.swf / scripts / DefineSprite_332 / frame_11 / DoAction.as
Text File  |  2007-09-27  |  73b  |  9 lines

  1. if(action != "")
  2. {
  3.    gotoAndPlay(action);
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9.